otcore-prepare-root: Fix formatting with clang-format
authorJoseph Marrero Corchado <jmarrero@redhat.com>
Mon, 10 Nov 2025 19:21:56 +0000 (14:21 -0500)
committerJoseph Marrero Corchado <jmarrero@redhat.com>
Mon, 10 Nov 2025 19:21:56 +0000 (14:21 -0500)
src/libotcore/otcore-prepare-root.c

index 89844f03ee629fff48bfd3826610b12e930b241e..8eaedd47a5a1df8f80b620fa2d62315e569ad9d9 100644 (file)
@@ -419,7 +419,8 @@ validate_signature (GBytes *data, GVariant *signatures, GPtrArray *pubkeys, GErr
         }
     }
 
-  return glnx_throw (error, "No valid (of %" G_GSIZE_FORMAT ") signatures found", g_variant_n_children (signatures));
+  return glnx_throw (error, "No valid (of %" G_GSIZE_FORMAT ") signatures found",
+                     g_variant_n_children (signatures));
 }
 
 // Output a friendly message based on an errno for common cases